net/http.http2serverConn.srv (field)

14 uses

	net/http (current package)
		h2_bundle.go#L4218: 		srv:                         s,
		h2_bundle.go#L4365: 	srv              *http2Server
		h2_bundle.go#L4716: 			{http2SettingMaxFrameSize, sc.srv.maxReadFrameSize()},
		h2_bundle.go#L4719: 			{http2SettingHeaderTableSize, sc.srv.maxDecoderHeaderTableSize()},
		h2_bundle.go#L4720: 			{http2SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
		h2_bundle.go#L4727: 	if diff := sc.srv.initialConnRecvWindowSize() - http2initialWindowSize; diff > 0 {
		h2_bundle.go#L4742: 	if sc.srv.IdleTimeout != 0 {
		h2_bundle.go#L4743: 		sc.idleTimer = time.AfterFunc(sc.srv.IdleTimeout, sc.onIdleTimer)
		h2_bundle.go#L4818: 		if sc.queuedControlFrames > sc.srv.maxQueuedControlFrames() {
		h2_bundle.go#L5465: 		if sc.srv.IdleTimeout != 0 {
		h2_bundle.go#L5466: 			sc.idleTimer.Reset(sc.srv.IdleTimeout)
		h2_bundle.go#L5943: 	st.inflow.init(sc.srv.initialStreamRecvWindowSize())
		h2_bundle.go#L7097: 	if sc == nil || sc.srv == nil {
		h2_bundle.go#L7100: 	f := sc.srv.CountError